home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / selectmodule_protos.h < prev    next >
Text File  |  1998-01-25  |  307b  |  7 lines

  1.  
  2. /* selectmodule.c */
  3. static void reap_obj ( pylist fd2obj [FD_SETSIZE +3 ]);
  4. static int list2set ( PyObject *list , fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  5. static PyObject *set2list ( fd_set *set , pylist fd2obj [FD_SETSIZE +3 ]);
  6. static PyObject *select_select ( PyObject *self , PyObject *args );
  7.